setGroupConversation

Sets whether this conversation notification represents a group. An app should set isGroupConversation true to mark that the conversation involves multiple people.

Group conversation notifications may display additional group-related context not present in non-group notifications.

Return

this object for method chaining

Parameters

isGroupConversation

true if the conversation represents a group, false otherwise.

See also